Transcription: In this tutorial, we'll demonstrate how to make moving platforms in Quake. A moving platform is simple to make. It is basically a normal brush with the special entity func train applied to it. We first make the brush that will do the moving. We then right click, go to apply entity, then func and select train. Here we can change the speed which the platform will move. We can also specify the amount of damage it makes when it crushes against a player. Now we need to layout a path which the platform will follow. We do so by adding Path Corner entities into our map. Each Path Corner entity will ha ...